Hi all
I'm trying to use the DXLExporter class in a java agent to create xml files for other applications. As documents contain information they don't need, I want to use XSLT to generate another "light" file xml from the exported files. My xslt is just taking the content of a specific tag and create another xml file wih it. However when I run it I have this error :
c:\dxl\DivisionMarketing.xml; Line -1; Column -1
XSL Error: Could not parse c:\dxl\DivisionMarketing.xml document!
XSL Error: SAX Exception
Invalid UTF-8 code. (bytes: 0xffffffb7 0x9)
Where can it come from ?
I also can't open the exported file in IE(but Mozilla can), i have this error (sorry in french) :
Un caractère incorrect a été trouvé dans un contenu de texte. Erreur de traitement de la ressource
file:///C:/dxl/DivisionMarketing.xml. Ligne 27, Position 88
Perhaps, is there a link ?
Many thanks
Xarou